footer {
    position: static;
    line-height: 1;
    border: none;
    color: initial;
    text-align: left;
    background: #F0F0F0;
}

footer .footer-inner {
    display: flex;
    padding: 50px 0 60px;
    border-bottom: 1px solid #D0D0D0;
}

footer .footer-inner > .contact-wrapper {
    width: 40%;
    display: flex;
    position: relative;
    padding-right: 70px;
}

footer .footer-inner > .contact-wrapper::after,
footer .footer-inner > .supervision::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 85px;
    background-color: rgba(0, 0, 0, 0.06);
}

footer .footer-inner > .contact-wrapper .contact > .label,
footer .footer-inner > .supervision > .label,
footer .footer-inner > .blogroll > .label {
    font-size: 16px;
    color: #333333;
    line-height: 24px;
    padding: 0;
    font-weight: normal;
    border-radius: initial;
    text-align: left;
    display: block;
    margin: 0;
}

footer .footer-inner > .contact-wrapper .contact > .msg-list,
footer .footer-inner > .supervision > .msg-list {
    margin-top: 15px;
    margin-bottom: 0;
}

footer .footer-inner > .contact-wrapper .contact > .msg-list > li,
footer .footer-inner > .supervision > .msg-list > li {
    float: none;
    padding: 0;
    background: none;
    border: none;
    width: 100%;
    font-size: 14px;
    color: #333333;
    line-height: 30px;
}

footer .footer-inner > .contact-wrapper .contact > .msg-list > li.big,
footer .footer-inner > .supervision > .msg-list > li.big {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 10px;
}

footer .footer-inner > .contact-wrapper .qr-code {
    width: 105px;
    margin-top: 44px;
    margin-left: 70px;
    flex-shrink: 0;
}

footer .footer-inner > .contact-wrapper .qr-code > img {
    width: 100%;
}

footer .footer-inner > .supervision {
    width: 37.5%;
    position: relative;
    padding: 0 70px;
}

footer .footer-inner > .blogroll {
    width: 22.5%;
    padding-left: 70px;
}

footer .footer-inner > .blogroll > .select {
    margin-top: 20px;
    position: relative;
}

footer .footer-inner > .blogroll > .select > .lab {
    width: 100%;
    height: 35px;
    line-height: 35px;
    background-color: #FFFFFF;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    color: #333333;
}

footer .footer-inner > .blogroll > .select > .lab:hover {
    cursor: pointer;
}

footer .footer-inner > .blogroll > .select > .lab > .iconfont {
    color: #D0D0D0;
    transition: 0.3s;
}

footer .footer-inner > .blogroll > .select.active > .lab > .iconfont {
    transform: rotateZ(180deg);
}

footer .footer-inner > .blogroll > .select > .vals {
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
    transform: translateY(-100%);
    width: 100%;
    margin: 0;
    padding: 10px 0;
    background-color: #FFFFFF;
    display: none;
}

footer .footer-inner > .blogroll > .select > .vals > li {
    float: none;
    background: none;
    border: none;
    width: 100%;
    height: 35px;
    line-height: 35px;
    padding: 0 20px;
    border-bottom: 1px solid #D0D0D0;
    transition: 0.3s;
}

footer .footer-inner > .blogroll > .select > .vals > li > a {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    font-size: 14px;
    color: #333333;
}

footer .footer-inner > .blogroll > .select > .vals > li:last-of-type > a {
    border: none;
    transition: 0.3s;
}

footer .footer-inner > .blogroll > .select > .vals > li:hover {
    background-color: #333333;
    border-color: transparent;
}

footer .footer-inner > .blogroll > .select > .vals > li:hover > a {
    color: #FFFFFF;
}

footer .web-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    color: #333333;
    line-height: 30px;
    padding: 25px 0;
}

footer .web-info .icp {
    color: #333333;
}


@media (max-width: 1560px) {
    footer .footer-inner > .contact-wrapper {
        padding-right: 20px;
    }

    footer .footer-inner > .contact-wrapper .qr-code {
        margin-left: 18px;
    }

    footer .footer-inner > .contact-wrapper .contact > .msg-list > li.big,
    footer .footer-inner > .supervision > .msg-list > li.big {
        font-size: 28px;
    }

    footer .footer-inner > .supervision {
        padding: 0 30px;
    }

    footer .footer-inner > .blogroll {
        padding-left: 50px;
    }

    footer .footer-inner {
        padding: 50px 0;
    }

    footer .web-info {
        padding: 20px 0;
    }
}

@media (max-width: 1260px) {
    footer .footer-inner > .contact-wrapper {
        padding-right: 30px;
    }

    footer .footer-inner > .contact-wrapper .qr-code {
        margin-left: 30px;
    }

    footer .footer-inner > .contact-wrapper .contact > .msg-list > li.big,
    footer .footer-inner > .supervision > .msg-list > li.big {
        font-size: 24px;
    }

    footer .footer-inner > .contact-wrapper .qr-code {
        width: 80px;
    }

    footer .footer-inner > .blogroll {
        padding-left: 30px;
    }

    footer .footer-inner {
        padding: 30px 0;
    }

    footer .web-info {
        padding: 10px 0;
    }
}

@media (max-width: 992px) {
    footer .footer-inner > .supervision,
    footer .footer-inner > .blogroll {
        display: none;
    }

    footer .footer-inner > .contact-wrapper {
        width: 100%;
        padding: 0;
        justify-content: space-between;
    }

    footer .footer-inner > .contact-wrapper .contact > .msg-list > li {
        line-height: 1.5;
    }

    footer .footer-inner > .contact-wrapper .contact > .msg-list > li.big {
        font-size: 20px;
    }

    footer .footer-inner > .contact-wrapper .contact > .msg-list {
        margin-top: 10px;
    }

    footer .footer-inner > .contact-wrapper .qr-code {
        margin-top: 34px;
    }

    footer .footer-inner {
        padding: 20px 0;
    }

    footer .web-info {
        line-height: 1.5;
    }
}

@media (max-width: 600px) {
    footer .web-info {
        flex-direction: column;
    }
}